home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xml / ExportInterface.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  316 b   |  11 lines

  1. package com.extensibility.xml;
  2.  
  3. import java.io.IOException;
  4. import java.io.Writer;
  5.  
  6. public interface ExportInterface {
  7.    String getSourcePreview(BaseDeclaration var1);
  8.  
  9.    void writeDocument(Writer var1) throws IOException;
  10. }
  11.